home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / ensign.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-11-21  |  220b  |  11 lines

  1. @ECHO OFF
  2. SET DRX=A:
  3. IF "%0"=="INSTALL" GDRIVE >NUL
  4. IF "%0"=="install" GDRIVE >NUL
  5. IF ERRORLEVEL 1 SET DRX=B:
  6. IF "%0"=="B:INSTALL" SET DRX=B:
  7. IF "%0"=="b:install" SET DRX=B:
  8. %DRX%SYSTEM %DRX%
  9. ECHO ON
  10. ES5 DEMO
  11.